[Top] [Prev] [Next] [Bottom] [Contents]

SaVbsFuncFalse

Prints a VB Script function which assigns FALSE to the return value of a VB Script function.

Synopsis

#include "savbs.h"
int SaVbsFuncFalse(char* msg);

Argument

msg

A string specifying the name of the VB Script function to assign a FALSE value to.

Return Values

Returns an integer with a value of 0 if successful and a value of 1 if msg is either NULL or an empty string.

Description

Prints a VB Script function which assigns FALSE to the return value of a VB Script function.

Example

The code fragment:

SaVbsFuncFalse("SaValSimpleFormat");
will write the following to the output stream:

SaValSimpleFormat = FALSE

See Also

SaVbsB, SaVbsCommE, SaVbsE, SaVbsEndIf, SaVbsFuncTrue, SaVbsPrint, SaVbsMsgBox, SaVbsIsLower, SaVbsIsUpper, SaVbsNotDigit, SaVbsLenZero, SaVbsLenNe, SaVbsStdFor, SaVbsCommB, SaVbsExitF, SaVbsEndF, SaVbsNext, SaVbsElse, SaVbsDecl, SaVbsNTabs, SaVbsNLines



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.